VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ProgressControllerStepsConverter Class / CreateProgressEventHandler Methods / CreateProgressEventHandler<T>(IProgressController,Object) Method
Syntax Requirements SeeAlso
In This Topic
    CreateProgressEventHandler<T>(IProgressController,Object) Method (ProgressControllerStepsConverter)
    In This Topic
    Creates a progress delegate whose progress will be converted to the single stage progress (steps) in specified progress controller.
    Syntax
    'Declaration
    
    Public Overloads Shared Function CreateProgressEventHandler<T
    A class that must derived from ProgressEventArgs.
    >( _
    ByVal destProgressController
    Destination progress controller.
    As IProgressController, _
    ByVal destStageSource
    Stage source in destination progress controller.
    As System.Object _
    ) As System.EventHandler(Of T) (Of T
    A class that must derived from ProgressEventArgs.
    As Vintasoft.Imaging.ProgressEventArgs)
    generic<typename T>
    public:
    static System.EventHandler<T^>^ CreateProgressEventHandler(
    IProgressController^ destProgressController,
    System.Object destStageSource
    ) where T: Vintasoft.Imaging.ProgressEventArgs^

    Parameters

    destProgressController
    Destination progress controller.
    destStageSource
    Stage source in destination progress controller.

    Type Parameters

    T
    A class that must derived from ProgressEventArgs.

    Return Value

    Progress delegate whose progress will be converted to the single stage progress (steps) in specified progress controller.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also